home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_nextsubsong.dopus
< prev
next >
Wrap
Text File
|
1993-10-05
|
348b
|
19 lines
/* Eagleplayersteuerung (c) 1993 Henryk Richter */
options results
address 'rexx_EP'
status m pnr
num = result
'status p 'num' sub'
player = result
if player=="yes" then do
nextsong
address 'DOPUS.1'
toptext 'Eagleplayer: Next Subsong Selected'
end
else do
address 'DOPUS.1'
toptext 'Eagleplayer: No Subsongs available'
end
exit